Skip to content

Commit 0d93351

Browse files
committed
fixed gitignore and user file
1 parent e9311ac commit 0d93351

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
**/.vs/
2-
**/*.csproj.user
3-
!AstcTest.csproj.user
2+
**/*.*.user
3+
!AstcTest/AstcTest.csproj.user
44
packages/
55
**/packages.config
66

AstcTest/AstcTest.csproj.user

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
<ProjectView>ProjectFiles</ProjectView>
55
</PropertyGroup>
66
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
7-
<StartArguments>test.data 2048 2048 5 5</StartArguments>
7+
<StartArguments>test.data 512 512 5 5</StartArguments>
88
</PropertyGroup>
99
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
10-
<StartArguments>test.data 2048 2048 5 5</StartArguments>
10+
<StartArguments>test.data 512 512 4 4</StartArguments>
1111
</PropertyGroup>
1212
</Project>

0 commit comments

Comments
 (0)