Skip to content

Commit

Permalink
Add the csproj...
Browse files Browse the repository at this point in the history
  • Loading branch information
canton7 committed Oct 29, 2015
1 parent a497553 commit f3ce763
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions src/StateMechanic/StateMechanic.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,22 +46,31 @@
<Compile Include="Event.cs" />
<Compile Include="EventFireMethod.cs" />
<Compile Include="EventInner.cs" />
<Compile Include="EventTransitionInvoker`1.cs" />
<Compile Include="EventTransitionInvoker`2.cs" />
<Compile Include="Event`1.cs" />
<Compile Include="FaultedComponent.cs" />
<Compile Include="ForcedTransitionInvoker.cs" />
<Compile Include="IEvent.cs" />
<Compile Include="IEventDelegate.cs" />
<Compile Include="IEventInternal.cs" />
<Compile Include="IInvokableTransition.cs" />
<Compile Include="InternalTransitionFaultException.cs" />
<Compile Include="InvalidEventTransitionException.cs" />
<Compile Include="InvalidStateTransitionException.cs" />
<Compile Include="IState.cs" />
<Compile Include="IStateDelegate.cs" />
<Compile Include="IStateGroup.cs" />
<Compile Include="IStateGroup`1.cs" />
<Compile Include="IStateMachine.cs" />
<Compile Include="IStateMachineSynchronizer.cs" />
<Compile Include="IStateMachine`1.cs" />
<Compile Include="IState`1.cs" />
<Compile Include="ITransition.cs" />
<Compile Include="ITransitionBuilder.cs" />
<Compile Include="ITransitionBuilder`1.cs" />
<Compile Include="ITransitionBuilder`2.cs" />
<Compile Include="ITransitionDelegate.cs" />
<Compile Include="ITransitionInner.cs" />
<Compile Include="ITransitionInvoker.cs" />
<Compile Include="LockingStateMachineSynchronizer.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="State.cs" />
Expand All @@ -86,9 +95,9 @@
<Compile Include="TransitionBuilder`1.cs" />
<Compile Include="TransitionEventArgs.cs" />
<Compile Include="TransitionFailedException.cs" />
<Compile Include="TransitionInfo.cs" />
<Compile Include="TransitionInfo`1.cs" />
<Compile Include="TransitionInfo`2.cs" />
<Compile Include="TransitionInner.cs" />
<Compile Include="TransitionInvoker.cs" />
<Compile Include="TransitionNotFoundEventArgs.cs" />
<Compile Include="TransitionNotFoundException.cs" />
<Compile Include="Transition`1.cs" />
Expand Down

0 comments on commit f3ce763

Please sign in to comment.